Microsoft DirectX 8.1 (C++)

SystemTuningSpaces.Item

The Item property retrieves or assigns a tuning space in the collection using a specified index.

Syntax

objSystemTuningSpaces.Item(varIndex) As TuningSpace

Parameters

varIndex

  Specifies the index of the tuning space to retrieve or assign as a VARIANT.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Value

Returns the tuning space.

Remarks

This property is read/write. Assigning the tuning space object will save the changes to disk.

See Also